Note: This dashboard contains the results of a predictive model. The author has tried to make it as accurate as possible. But the COVID-19 situation is changing quickly, and these models inevitably include some level of speculation.

Outstanding Cases by Geography

The chart below shows the total predicted number of outstanding cases, i.e. number of individuals who are still currently ill.

The chart also represents the reported case fatality rate (CFR) via the color of the country, which is heavily biased by the amount of testing which is performed in each country.

Tip: Change the scale of the y axis with the toggle button and hover over chart areas for more details.

The table below shows summary statistics for the last 7 days. $Oustanding = Confirmed - Deaths - Recovered$.

Confirmed Deaths Est. Recoveries Outstanding
2021-06-06 173310648 3728489 161325734 8256425
2021-06-07 173631266 3736551 161930203 7964512
2021-06-08 173997437 3746916 162519761 7730760
2021-06-09 174416271 3757341 163094577 7564353
2021-06-10 174865276 3773334 163661607 7430335
2021-06-11 175286322 3785255 164222943 7278124
2021-06-12 175658224 3795035 164779224 7083965

Percent of Global Total

This next chart shows the number of outstanding cases as a percent of the total confirmed global cases. Only countries representing a significant contribution to global totals are shown.

Tip: Hover over chart areas for more details.

Appendix: Methodology of Predicting Recovered Cases

John Hopkin's University's (JHU) dataset initially reported recovered cases but has since discontinued this, however estimating the recovery duration and extrapolating for current cases should be possible from this original data.

For the time being (I hope to draw from other discussions of this topic), I will use an empirically derived formula from the limited data available from JHU:

$$R_{n} = R_{n-1} + (C_{n-9} - R_{n-1})*0.07$$

Where $R_{n}$ is the total number of recovered cases on day $n$, and $C_{n}$ is the total number of confirmed cases on day $n$.

What it implies is that on a given day, of the cases which were first reported 9 days previously 7% of those cases would have either recovered or passed away. After 16 days therefore 49% of cases would have recovered or passed away and after 23 days 98% of cases would have recovered or passsed away.

This formula is only being used to predict the number of recoveries from the time that JHU's data is not available. We can compare the results of this formula to the existing data from JHU to show the level of fit. This can be seen in the following 2 graphs.